summaryrefslogtreecommitdiff
path: root/m4/ax_r_package.m4
Commit message (Collapse)AuthorAgeFilesLines
* AX_R_PACKAGE: bump serial numberPeter Simons2022-09-071-1/+1
|
* AX_R_PACKAGE: Use packageDescription.Ricardo Wurmus2022-09-071-1/+1
| | | | | * m4/ax_r_package.m4 (AX_R_PACKAGE): Use packageDescription instead of the inappropriate system.file.
* AX_R_PACKAGE: Fix version comparison.Ricardo Wurmus2022-09-071-2/+2
| | | | | * m4/ax_r_package.m4 (AX_R_PACKAGE): Use compareVersion instead of comparing strings.
* BUG FIX: Fixing a _R_CHECK_LENGTH_1_CONDITION_=true bugHenrik Bengtsson2019-09-041-2/+2
| | | | | | | | | | | | | | If a package exists, the test for its existence produces an error with _R_CHECK_LENGTH_1_CONDITION_=true (introduced in R 3.4.0), e.g. $ _R_CHECK_LENGTH_1_CONDITION_=true R --silent --vanilla -e 'if(is.na(packageDescription("BH"))) stop("not found")' > if(is.na(packageDescription("BH"))) stop("not found") Error in if (is.na(packageDescription("BH"))) stop("not found") : the condition has length > 1 Execution halted This is because 'is.na(packageDescription("BH"))' resolved to a logical vector of 15(!) FALSE values when package 'BH' is installed. If it is not installed, then it resolves to TRUE. Bumping 'serial' (because that's what other PRs do)
* m4: Add AX_R_PACKAGE macro.Ricardo Wurmus2018-02-131-0/+61
| | | | * m4/ax_r_package.m4: New file.
* remove m4 submoduleDustin J. Mitchell2009-08-011-6/+0
|
* m4: update reference to macro branchPeter Simons2009-08-011-5/+5
|
* m4: update reference to macro branchPeter Simons2009-07-311-7/+5
|
* m4: update reference to macro branchPeter Simons2009-07-301-5/+7
|
* m4: update reference to macro branchPeter Simons2009-07-271-5/+5
|
* Avoid non-ASCII characters in m4 files.Peter Simons2009-07-271-7/+5
|
* m4: update reference to macro branchPeter Simons2009-07-221-7/+6
|
* m4: update reference to macro branchPeter Simons2009-07-211-5/+8
|
* m4: update reference to macro branchPeter Simons2009-07-211-7/+5
|
* m4: update reference to macro branchPeter Simons2009-07-211-6/+6
|
* m4: update reference to macro branchPeter Simons2009-07-201-5/+7
|
* m4: update reference to macro branchPeter Simons2009-07-191-7/+5
|
* m4: update reference to macro branchPeter Simons2009-07-171-6/+6
|
* m4: update reference to macro branchPeter Simons2009-06-231-12/+6
|
* m4: update reference to macro branchPeter Simons2009-06-221-6/+12
|
* m4: update reference to macro branchPeter Simons2009-06-161-5/+7
|
* m4: update reference to macro branchPeter Simons2009-06-101-7/+5
|
* m4: update reference to macro branchPeter Simons2009-06-101-6/+6
|
* m4: update reference to macro branchPeter Simons2009-06-051-7/+6
|
* maint: added initial version of the toolchainPeter Simons2009-05-051-0/+9
The build process requires python, the python StringTemplate module, and preferably SCons. A make-based build exists, but it is really slow and awkward, compared to the SConstruct file.