CVS log for loncom/lonr
Up to [LON-CAPA] / loncom
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.14: download - view: text, markup, annotated - select for diffs
Sat Jun 22 14:29:36 2024 UTC (6 months 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.13: preferred, unified to selected 1.11: preferred, unified
Changes since revision 1.13: +2 -2
lines
- s-nail requires space instead of comma as separator between email addresses.
Revision 1.13: download - view: text, markup, annotated - select for diffs
Wed Dec 5 23:02:38 2018 UTC (6 years 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
Diff to previous 1.12: preferred, unified to selected 1.11: preferred, unified
Changes since revision 1.12: +2 -2
lines
- Replace use of mailto (metamail package) with mail command.
metamail was in Red Hat 7.3, but is absent from Fedora, CentOS, RHEL etc.
Revision 1.12: download - view: text, markup, annotated - select for diffs
Mon Oct 29 02:57:30 2018 UTC (6 years, 1 month ago) by raeburn
Branches: MAIN
Diff to previous 1.11: preferred, unified
Changes since revision 1.11: +3 -3
lines
- Replace use of mailto (metamail package) with mail command.
metamail was in Red Hat 7.3, but is absent from Fedora, CentOS, RHEL etc.
Revision 1.10: download - view: text, markup, annotated - select for diffs
Sun Nov 16 15:35:27 2014 UTC (10 years, 1 month ago) by raeburn
Branches: MAIN
Diff to previous 1.9: preferred, unified to selected 1.11: preferred, unified
Changes since revision 1.9: +5 -5
lines
- Whitespace changes only.
- LON-CAPA coding style: indents have four spaces.
Revision 1.9: download - view: text, markup, annotated - select for diffs
Sun Nov 16 02:10:41 2014 UTC (10 years, 1 month ago) by raeburn
Branches: MAIN
Diff to previous 1.8: preferred, unified to selected 1.11: preferred, unified
Changes since revision 1.8: +7 -8
lines
- Support evaluation of R expressions which begin with a digit (see rev 1.8)
- Modify regexp used to detect indexed line to support legacy use of
&cas("R") for R output from a<-matrix and data.frame (i.e., without
serialization) -- the preferred way is to use &cas_hashref("R").
- Remove unused scalars added in rev 1.1 when lonr was originally modelled
after lonmaxima.
Revision 1.8: download - view: text, markup, annotated - select for diffs
Thu Nov 13 20:09:08 2014 UTC (10 years, 1 month ago) by raeburn
Branches: MAIN
Diff to previous 1.7: preferred, unified to selected 1.11: preferred, unified
Changes since revision 1.7: +9 -4
lines
- Reverse part of change in rev. 1.4 which was causing evaluation of
expressions such as: &cas("R", "2*(1-pt($t, df=$n-1));"); to fail.
- Improved detection of index in indexed line following regexp used in
Statistics::R (cpan)
- Passing integer to R in sync() routine should result in exact echoing of
the integer (i.e., avoid scientific notation in R's response format).
Revision 1.7: download - view: text, markup, annotated - select for diffs
Thu Oct 30 19:09:06 2014 UTC (10 years, 1 month ago) by raeburn
Branches: MAIN
Diff to previous 1.6: preferred, unified to selected 1.11: preferred, unified
Changes since revision 1.6: +2 -2
lines
- Improved regexp for detection of end of output from a series of R commands,
which prevents truncation of output, after Pr(> e.g., output from anova().
Revision 1.6: download - view: text, markup, annotated - select for diffs
Tue Jun 23 03:01:09 2009 UTC (15 years, 6 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_8_99_0,
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,
bz2851,
PRINT_INCOMPLETE_base,
PRINT_INCOMPLETE,
GCI_3,
GCI_2,
BZ4492-merge,
BZ4492-feature_horizontal_radioresponse,
BZ4492-feature_Support_horizontal_radioresponse,
BZ4492-Support_horizontal_radioresponse
Diff to previous 1.5: preferred, unified to selected 1.11: preferred, unified
Changes since revision 1.5: +4 -4
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
Sat Apr 18 23:43:47 2009 UTC (15 years, 8 months ago) by www
Branches: MAIN
CVS tags: bz5969,
BZ5971-printing-apage,
BZ5434-fox
Diff to previous 1.4: preferred, unified to selected 1.11: preferred, unified
Changes since revision 1.4: +2 -2
lines
* Some more blacklisted stuff
* Eliminate debugging code
* Templates for using R
Revision 1.4: download - view: text, markup, annotated - select for diffs
Sat Apr 18 16:03:14 2009 UTC (15 years, 8 months ago) by www
Branches: MAIN
Diff to previous 1.3: preferred, unified to selected 1.11: preferred, unified
Changes since revision 1.3: +3 -3
lines
Improved blacklist
Modified sync: R turns long integers into scientific notation
Revision 1.3: download - view: text, markup, annotated - select for diffs
Fri Apr 17 01:00:10 2009 UTC (15 years, 8 months ago) by www
Branches: MAIN
Diff to previous 1.2: preferred, unified to selected 1.11: preferred, unified
Changes since revision 1.2: +2 -2
lines
Support for R CAS
- needs testing
- better error handling
- correct blacklist
- correct list of allowed libraries
Revision 1.2: download - view: text, markup, annotated - select for diffs
Fri Apr 17 00:34:46 2009 UTC (15 years, 8 months ago) by www
Branches: MAIN
Diff to previous 1.1: preferred, unified to selected 1.11: preferred, unified
Changes since revision 1.1: +3 -2
lines
Routines to talk to R
- blacklist and list of allowed libraries need to be adapted
Revision 1.1: download - view: text, markup, annotated - select for diffs
Fri Apr 17 00:07:00 2009 UTC (15 years, 8 months ago) by www
Branches: MAIN
Diff to selected 1.11: preferred, unified
Equivalent of lonmaxima daemon to talk to "R"
- works but has absolutely no error handling yet
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>