Commit graph

65 commits

Author SHA1 Message Date
Pekka Ristola
137c1ffe5d
r-annotate: use metadata checks 2023-07-13 20:50:01 +03:00
Pekka Ristola
f726729dcd
r-*: improve R package checking
- handle DESCRIPTION files with missing whitespace
- allow manually specifying expected NeedsCompilation value
2023-07-12 00:04:51 +03:00
Pekka Ristola
83a7be536e
r-rfast: use metadata checks 2023-07-03 21:53:16 +03:00
Pekka Ristola
42addd49b0
r-mapproj: add Lucent Public License to known licenses 2023-06-30 21:57:49 +03:00
Pekka Ristola
dda7484100
r-common: init, depends for r-logr 2023-06-27 20:45:52 +03:00
Pekka Ristola
15b5a9f58e
r-ggfun: use metadata checks 2023-06-25 23:10:00 +03:00
Pekka Ristola
425656697d
r-iterators: use metadata checks 2023-06-19 23:55:56 +03:00
Pekka Ristola
c6b01113b0
r-rcppziggurat: use metadata checks 2023-06-17 15:45:59 +03:00
Pekka Ristola
8295536dbb
r-igraph: fix depends, use metadata checks 2023-06-17 14:56:11 +03:00
Pekka Ristola
0182409f7f
r-lpsymphony: fix depends, use metadata checks 2023-06-15 20:56:45 +03:00
Pekka Ristola
1604319817
r-*: add Apache license to known licenses in lilac_r_utils 2023-06-12 07:10:49 +03:00
Pekka Ristola
a8734a0c06
r-*: use rpkgs nvchecker source in a few packages
Also add a check for upstream md5sum
2023-06-04 18:05:24 +03:00
Pekka Ristola
55c2a30bd1
r-ps: fix another build error
also don't print all the PKGBUILD variables to log
2023-06-01 19:51:56 +03:00
Pekka Ristola
560945eb74
r-ps: fix build error
```
    Traceback (most recent call last):
      File "/usr/lib/python3.11/site-packages/lilac2/worker.py", line 216, in main
        with load_lilac(Path('.')) as mod:
      File "/usr/lib/python3.11/contextlib.py", line 137, in __enter__
        return next(self.gen)
               ^^^^^^^^^^^^^^
      File "/usr/lib/python3.11/site-packages/lilac2/lilacpy.py", line 46, in load_lilac
        spec.loader.exec_module(mod)
      File "<frozen importlib._bootstrap_external>", line 940, in exec_module
      File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
      File "/usr/share/lilac/Packages/BioArchLinux/r-ps/lilac.py", line 7, in <module>
        from lilac_r_utils import r_pre_build
      File "/usr/share/lilac/Packages/lilac-extensions/lilac_r_utils.py", line 2, in <module>
        from lilaclib import _G, edit_file, run_protected
    ImportError: cannot import name '_G' from 'lilaclib' (/usr/lib/python3.11/site-packages/lilaclib.py)
```
2023-06-01 06:22:36 +03:00
pekkarr
822fdab8a6
r*: Implement metadata checks for R packages (#141)
Use the checks with `r-fs` package as an example.
2023-05-29 21:25:24 +08:00