CVS log for loncom/homework/lonr.pm
Up to [LON-CAPA] / loncom / homework
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.12: download - view: text, markup, annotated - select for diffs
Fri Jun 21 23:42:49 2024 UTC (4 months, 3 weeks ago) by raeburn
Branches: MAIN
CVS tags: version_2_12_X,
version_2_11_X,
version_2_11_5_msu,
version_2_11_5,
HEAD
Diff to previous 1.11: preferred, colored
Changes since revision 1.11: +4 -4
lines
- Add FactoMineR and mdatools to allowed R libraries
Revision 1.11: download - view: text, markup, annotated - select for diffs
Wed Nov 19 21:14:47 2014 UTC (9 years, 11 months ago) by raeburn
Branches: MAIN
CVS tags: version_2_11_4_uiuc,
version_2_11_4_msu,
version_2_11_4,
version_2_11_3_uiuc,
version_2_11_3_msu,
version_2_11_3,
version_2_11_2_uiuc,
version_2_11_2_msu,
version_2_11_2_educog,
version_2_11_2,
version_2_11_1
Diff to previous 1.10: preferred, colored
Changes since revision 1.10: +6 -2
lines
- Need to handle 'N;' in serialized data from phpSerialize(), because
phpSerialize.r adds it to the string when a null value is encountered.
Revision 1.10: download - view: text, markup, annotated - select for diffs
Wed Sep 2 14:13:16 2009 UTC (15 years, 2 months ago) by www
Branches: MAIN
CVS tags: version_2_9_X,
version_2_9_99_0,
version_2_9_1,
version_2_9_0,
version_2_8_99_1,
version_2_11_0_RC3,
version_2_11_0_RC2,
version_2_11_0_RC1,
version_2_11_0,
version_2_10_X,
version_2_10_1,
version_2_10_0_RC2,
version_2_10_0_RC1,
version_2_10_0,
loncapaMITrelate_1,
language_hyphenation_merge,
language_hyphenation,
bz6209-base,
bz6209,
PRINT_INCOMPLETE_base,
PRINT_INCOMPLETE,
GCI_3,
BZ4492-merge,
BZ4492-feature_horizontal_radioresponse,
BZ4492-feature_Support_horizontal_radioresponse,
BZ4492-Support_horizontal_radioresponse
Diff to previous 1.9: preferred, colored
Changes since revision 1.9: +3 -6
lines
Needed for R to work
Revision 1.9: download - view: text, markup, annotated - select for diffs
Fri Aug 14 01:58:52 2009 UTC (15 years, 3 months ago) by www
Branches: MAIN
Diff to previous 1.8: preferred, colored
Changes since revision 1.8: +20 -18
lines
Saving my work - correctly serialize only the output of the last line of a script
Revision 1.8: download - view: text, markup, annotated - select for diffs
Wed Aug 12 20:09:02 2009 UTC (15 years, 3 months ago) by www
Branches: MAIN
CVS tags: version_2_8_99_0,
GCI_2
Diff to previous 1.7: preferred, colored
Changes since revision 1.7: +4 -4
lines
In addition to the standard libraries, the following R-libraries need to be
installed:
car
Hmisc
leaps
lmtest
qAnalyst
tseries
alr3
SuppDists
quadprog
zoo
and also phpSerialize
Revision 1.7: download - view: text, markup, annotated - select for diffs
Wed Aug 12 15:30:16 2009 UTC (15 years, 3 months ago) by www
Branches: MAIN
Diff to previous 1.6: preferred, colored
Changes since revision 1.6: +2 -2
lines
We should split on linebreaks, not semicolons
Revision 1.6: download - view: text, markup, annotated - select for diffs
Tue Jun 23 03:01:15 2009 UTC (15 years, 4 months ago) by www
Branches: MAIN
CVS tags: bz2851
Diff to previous 1.5: preferred, colored
Changes since revision 1.5: +129 -71
lines
Paul Rubin's interface to R.
Works now. However, it needs additional Perl libraries, which are currently
commented out. Also, an R-package needs to be installed.
Revision 1.5: download - view: text, markup, annotated - select for diffs
Fri Jun 19 14:03:19 2009 UTC (15 years, 4 months ago) by www
Branches: MAIN
Diff to previous 1.4: preferred, colored
Changes since revision 1.4: +145 -1
lines
Paul Rubin's code to unserialize R objects
- use tie::ixhash::easy commented out for now. Not sure if we actually want
that => code will be defunct
- needs better error handling, original code had 'die'
Revision 1.4: download - view: text, markup, annotated - select for diffs
Sat Apr 18 23:43:50 2009 UTC (15 years, 6 months ago) by www
Branches: MAIN
CVS tags: bz5969,
BZ5971-printing-apage,
BZ5434-fox
Diff to previous 1.3: preferred, colored
Changes since revision 1.3: +3 -1
lines
* Some more blacklisted stuff
* Eliminate debugging code
* Templates for using R
Revision 1.3: download - view: text, markup, annotated - select for diffs
Sat Apr 18 16:03:17 2009 UTC (15 years, 6 months ago) by www
Branches: MAIN
Diff to previous 1.2: preferred, colored
Changes since revision 1.2: +6 -4
lines
Improved blacklist
Modified sync: R turns long integers into scientific notation
Revision 1.2: download - view: text, markup, annotated - select for diffs
Sat Apr 18 13:18:58 2009 UTC (15 years, 6 months ago) by www
Branches: MAIN
Diff to previous 1.1: preferred, colored
Changes since revision 1.1: +9 -12
lines
Command blacklist and library whitelist
Revision 1.1: download - view: text, markup, annotated - select for diffs
Fri Apr 17 00:34:51 2009 UTC (15 years, 7 months ago) by www
Branches: MAIN
Routines to talk to R
- blacklist and list of allowed libraries need to be adapted
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>