CVS log for loncom/lonr

[BACK] Up to [LON-CAPA] / loncom

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.13: download - view: text, markup, annotated - select for diffs
Wed Dec 5 23:02:38 2018 UTC (5 years, 3 months ago) by raeburn
Branches: MAIN
CVS tags: version_2_12_X, version_2_11_X, 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, HEAD
Diff to previous 1.12: preferred, colored
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 - [selected for diffs]
Mon Oct 29 02:57:30 2018 UTC (5 years, 5 months ago) by raeburn
Branches: MAIN
Diff to previous 1.11: preferred, colored
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.11: download - view: text, markup, annotated - select for diffs
Sun Nov 16 17:41:53 2014 UTC (9 years, 4 months ago) by raeburn
Branches: MAIN
CVS tags: 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 to selected 1.12: preferred, colored
Changes since revision 1.10: +19 -3 lines
- Modify changes in rev 1.9 to explicitly separate the regexp which contributes
  output from indexed lines, and the regexp which contributes output from
  unserialized data.frame and matrix output (to support legacy code).
- Add some documentation.

Revision 1.10: download - view: text, markup, annotated - select for diffs
Sun Nov 16 15:35:27 2014 UTC (9 years, 4 months ago) by raeburn
Branches: MAIN
Diff to previous 1.9: preferred, colored to selected 1.12: preferred, colored
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 (9 years, 4 months ago) by raeburn
Branches: MAIN
Diff to previous 1.8: preferred, colored to selected 1.12: preferred, colored
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 (9 years, 4 months ago) by raeburn
Branches: MAIN
Diff to previous 1.7: preferred, colored to selected 1.12: preferred, colored
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 (9 years, 5 months ago) by raeburn
Branches: MAIN
Diff to previous 1.6: preferred, colored to selected 1.12: preferred, colored
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 (14 years, 9 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, colored to selected 1.12: preferred, colored
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 (14 years, 11 months ago) by www
Branches: MAIN
CVS tags: bz5969, BZ5971-printing-apage, BZ5434-fox
Diff to previous 1.4: preferred, colored to selected 1.12: preferred, colored
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 (14 years, 11 months ago) by www
Branches: MAIN
Diff to previous 1.3: preferred, colored to selected 1.12: preferred, colored
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 (14 years, 11 months ago) by www
Branches: MAIN
Diff to previous 1.2: preferred, colored to selected 1.12: preferred, colored
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 (14 years, 11 months ago) by www
Branches: MAIN
Diff to previous 1.1: preferred, colored to selected 1.12: preferred, colored
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 (14 years, 11 months ago) by www
Branches: MAIN
Diff to selected 1.12: preferred, colored
Equivalent of lonmaxima daemon to talk to "R"
- works but has absolutely no error handling yet

Diff request

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Log view options

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>