Skip to content

Commit 24814eb

Browse files
authored
Merge pull request #23 from somiaj/update-pg-to-2.20
Update PG to version 2.20 release candidate.
2 parents 31d0969 + 8bb5bc1 commit 24814eb

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

conf/pg_config.yml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,12 @@ specialPGEnvironmentVars:
140140
# Size in pixels of dynamically-generated images, i.e. graphs.
141141
onTheFlyImageSize: 400
142142

143+
# To enable Rserve (the R statistical server), uncomment the following two
144+
# lines. The R server needs to be installed and running in order for this to
145+
# work. See http://webwork.maa.org/wiki/R_in_WeBWorK for more info.
146+
#Rserve:
147+
# host: localhost
148+
143149
# Locations of CAPA resources. (Only necessary if you need to use converted CAPA problems.)
144150
CAPA_Tools: $Contrib_dir/CAPA/macros/CAPA_Tools/
145151
CAPA_MCTools: $Contrib_dir/Contrib/CAPA/macros/CAPA_MCTools/
@@ -231,6 +237,7 @@ modules:
231237
- [Multiple]
232238
- [PGrandom]
233239
- [Regression]
240+
- ['Plots::Plot', 'Plots::Axes', 'Plots::Data', 'Plots::Tikz', 'Plots::JSXGraph', 'Plots::GD']
234241
- [Select]
235242
- [Units]
236243
- [VectorField]
@@ -249,8 +256,7 @@ modules:
249256
- ['Tie::IxHash']
250257
- ['Locale::Maketext']
251258
- ['WeBWorK::PG::Localize']
252-
- [JSON]
253-
- ['Class::Tiny']
259+
- ['Mojo::JSON']
254260
- ['IO::Handle']
255261
- ['Rserve']
256262
- [DragNDrop]

lib/PG

Submodule PG updated 609 files

0 commit comments

Comments
 (0)