Commit graph

17 commits

Author SHA1 Message Date
nia
414fc7869d math: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
2021-10-26 10:55:21 +00:00
nia
3c576fbd23 math: Remove SHA1 hashes for distfiles 2021-10-07 14:27:43 +00:00
jperkin
1dd87a917f R-classInt: gfortran.mk should not be included directly. 2021-06-15 14:25:14 +00:00
mef
b3052ca43b (math/R-classInt) Add compiler.mk buildlink
Without this change, I have following error with 9.99.82 host (amd64) which
has gcc-10. And buildlink for libgfortran was only made for gcc-10 side.
Adding this line makes both gcc-7 and gcc-10 buildlinked.

The error I had was: ( the line folded)
** libs
----------
gcc -shared -Wl,-R/usr/pkg/lib/R/lib -L/usr/pkg/lib/R/lib
  -L/usr/pkg/lib -L/usr/lib -Wl,-R/usr/lib -Wl,-R/usr/pkg/lib -pthrea d
  -L/usr/X11R7/lib -Wl,-R/usr/X11R7/lib -o classInt.so fish1.o init.o
  -L/usr/pkg/gcc7/lib/gcc/x86_64--netbsd/7.5.0 -L/usr/pkg/gcc7/lib
  -Wl,-R/usr/pkg/gcc7/x86_64--netbsd/lib/. -Wl,-R/usr/pkg/gcc7/lib/. -lgfortran
  -lm -lquadmath -lpthread -Wl,-R/usr/pkg/lib/R/lib -L/usr/pkg/lib/R/lib
  -lR
ld: cannot find -lgfortran
ld: cannot find -lquadmath
*** Error code 1
----------
Please correct me if my understanding (or correction) is wrong, sorry and tks
2021-06-06 11:31:17 +00:00
mef
0fad91489f (math/R-classInt) Updated 0.4.2 to 0.4.3, ChangeLog not updated (?) 2021-01-03 12:52:04 +00:00
brook
5763c4e03a R-classInt: update to 0.4.2. 2020-07-31 20:23:26 +00:00
brook
7cc80bab99 Update all R packages to canonical form.
The canonical form [1] of an R package Makefile includes the
following:

- The first stanza includes R_PKGNAME, R_PKGVER, PKGREVISION (as
  needed), and CATEGORIES.

- HOMEPAGE is not present but defined in math/R/Makefile.extension to
  refer to the CRAN web page describing the package.  Other relevant
  web pages are often linked from there via the URL field.

This updates all current R packages to this form, which will make
regular updates _much_ easier, especially using pkgtools/R2pkg.

[1] http://mail-index.netbsd.org/tech-pkg/2019/08/02/msg021711.html
2019-08-08 20:55:04 +00:00
brook
afaaa5788a R-classInt: update to version 0.3.3.
Update to the canonical form of an R package and fix the LICENSE
field.
2019-07-31 19:09:38 +00:00
brook
d1d2bdf864 Remove MASTER_SITES= from individual R package Makefiles.
Each R package should include ../../math/R/Makefile.extension, which also
defines MASTER_SITES.  Consequently, it is redundant for the individual
packages to do the same.  Package-specific definitions also prevent
redefining MASTER_SITES in a single common place.
2018-07-28 14:40:42 +00:00
wen
e5778087c8 Update to 0.1.23
Upstream changes:
2015-09-28 17:49  rsbivand

	* ChangeLog, DESCRIPTION: tidy

2015-06-28 12:14  rsbivand

	* DESCRIPTION, NAMESPACE: CRAN
	  _R_CHECK_CODE_USAGE_WITH_ONLY_BASE_ATTACHED_=true NAMESPACE tidy

2015-04-13 15:28  rsbivand

	* svn2cl.xsl: move to distributed svn2cl

2015-01-10 14:20  rsbivand

	* data/jenks71.rda: rebuild jenks71.rda

2015-01-10 14:19  rsbivand

	* DESCRIPTION, data/jenks71.rda: rebuild jenks71.rda

2015-01-06 12:03  rsbivand

	* DESCRIPTION: tidy

2015-01-06 12:02  rsbivand

	* DESCRIPTION: tidy

2015-01-06 09:32  rsbivand

	* ChangeLog, inst/ChangeLog, man/classIntervals.Rd: improvements to
	  jenks documentation

2015-01-05 20:00  rsbivand

	* ChangeLog, inst/ChangeLog: tidy

2015-01-05 20:00  rsbivand

	* DESCRIPTION, man/classIntervals.Rd: improvements to jenks
	  documentation

2014-04-06 17:05  rsbivand

	* ChangeLog: close ring in Polygon

2013-08-30 11:55  rsbivand

	* ChangeLog, inst/ChangeLog: tidy

2013-08-30 11:54  rsbivand

	* .Rbuildignore, ChangeLog, inst/ChangeLog: tidy

2013-08-29 14:26  rsbivand

	* DESCRIPTION, NAMESPACE: tidy

2013-07-28 19:37  rsbivand

	* DESCRIPTION, NAMESPACE: thinning load depends

2013-06-22 14:40  rsbivand

	* ChangeLog, inst/ChangeLog: tidy

2013-06-22 14:39  rsbivand

	* man/classIntervals.Rd, man/findColours.Rd, man/findCols.Rd,
	  man/jenks.tests.Rd: help line lengths

2013-06-22 14:33  rsbivand

	* ChangeLog, inst/ChangeLog: tidy

2013-06-22 14:33  rsbivand

	* DESCRIPTION: tidy

2013-06-22 14:31  rsbivand

	* ChangeLog, inst/ChangeLog: tidy

2013-06-12 10:46  rsbivand

	* man/classIntervals.Rd, man/findColours.Rd: add more documentation
	  on cutlabels= argument

2013-02-07 10:43  rsbivand

	* R/classInt.R: handle non-integer GRASS parameters more
	  forgivingly

2012-11-05 17:05  rsbivand

	* ChangeLog, inst/ChangeLog: tidy

2012-11-05 17:04  rsbivand

	* DESCRIPTION: tidy

2012-07-22 13:30  rsbivand

	* DESCRIPTION: Authors@R classInt

2012-07-16 13:50  rsbivand

	* ChangeLog, inst/ChangeLog: tidy

2012-07-16 13:49  rsbivand

	* DESCRIPTION, R/classInt.R, man/classIntervals.Rd, tests,
	  tests/test_Unique.R, tests/test_Unique.Rout.save: adding unique
	  revisions, documentation and tests

2012-07-05 17:42  rsbivand

	* DESCRIPTION: add unique label option, check intervalClusure

2012-07-05 17:41  rsbivand

	* R/classInt.R, man/classIntervals.Rd: add unique label option,
	  check intervalClusure
2016-01-01 12:25:21 +00:00
agc
286ea2536c Add SHA512 digests for distfiles for math category
Problems found locating distfiles:
	Package dfftpack: missing distfile dfftpack-20001209.tar.gz
	Package eispack: missing distfile eispack-20001130.tar.gz
	Package fftpack: missing distfile fftpack-20001130.tar.gz
	Package linpack: missing distfile linpack-20010510.tar.gz
	Package minpack: missing distfile minpack-20001130.tar.gz
	Package odepack: missing distfile odepack-20001130.tar.gz
	Package py-networkx: missing distfile networkx-1.10.tar.gz
	Package py-sympy: missing distfile sympy-0.7.6.1.tar.gz
	Package quadpack: missing distfile quadpack-20001130.tar.gz

Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden).  All existing
SHA1 digests retained for now as an audit trail.
2015-11-03 23:33:26 +00:00
brook
9cb088af85 Update to classInt v0.1-17, add LICENSE and regularize package files. 2012-04-15 16:00:01 +00:00
markd
fa40cfe02d s/fortran77/fortran/ - use same fortran as R itself.
No PKGREVISION bump as either this is unchanged or didn't previously build
2011-12-19 22:27:04 +00:00
markd
24cf197bb8 Needs c as well as fortran77 in USE_LANGUAGES 2011-11-20 05:00:51 +00:00
asau
dfc6889736 "fortran" -> "fortran77" except where it is clear that it isn't F77.
"fortran" is alias of "fortran77" for now, but it will change later.
2010-07-30 10:36:22 +00:00
adam
d5a01f60ca Changes 2.11.1:
* R CMD INSTALL checks if dependent packages are available early on
* in the installation of source packages, thereby giving clearer
  error messages.
* R CMD INSTALL --build now names the file in the format used
  for Mac OS X binary files on that platform.
* BIC() in package stats4 now also works with multiple fitted models,
  analogously to AIC().
* Use of file extension .C for C++ code in packages is now
  deprecated: it has caused problems for some 'make's on
  case-insensitive file systems (although it currently works
  with the recommended toolkits).
* The C function mkCharLenCE now no longer reads past 'len' bytes
  (unlikely to be a problem except in user code).
* On systems without any default LD_LIBRARY_PATH (not even
  /usr/local/lib), [DY]LIB_LIBRARY_PATH is now set without a trailing colon.
* More efficient utf8ToInt() on long multi-byte strings with
  many multi-byte characters.
* aggregate.ts() gave platform-depedent results due to rounding
  error for ndeltat != 1.
* package.skeleton() sometimes failed to fix filenames for .R or
  .Rd files to start with an alphanumeric.
2010-07-03 07:25:57 +00:00
adam
9eac83dfd5 A package for choosing univariate class intervals for mapping or other graphics
purposes.
2009-12-11 19:11:00 +00:00