Re: [R-pkg-devel] gfortran: command not found

2023-07-05 Thread Simon Urbanek
To quote from the page you downloaded R from: This release uses Xcode 14.2/14.3 and GNU Fortran 12.2. If you wish to compile R packages which contain Fortran code, you may need to download the corresponding GNU Fortran compiler from https://mac.R-project.org/tools. > On Jul 6, 2023, at

[R-pkg-devel] gfortran: command not found

2023-07-05 Thread Spencer Graves
Hello: "R CMD build KFAS" under macOS 11.7.8 stopped with: using C compiler: ‘Apple clang version 12.0.5 (clang-1205.0.22.9)’ sh: gfortran: command not found using SDK: ‘MacOSX11.3.sdk’ gfortran -arch x86_64 -fPIC -Wall -g -O2 -c approx.f90 -o approx.o make: gfortran: No such

Re: [R-pkg-devel] GitHub Action not triggered by a commit to a fork

2023-07-05 Thread Spencer Graves
Hi, Diego: Thanks for the reply. On 7/5/23 4:50 PM, Diego Hernangómez Herrero wrote: Hi, GH actions are disabled by default on forks, have you checked > and clicked on the green button?

Re: [R-pkg-devel] GitHub Action not triggered by a commit to a fork

2023-07-05 Thread Diego Hernangómez Herrero
Hi, GH actions are disabled by default on forks, have you checked < https://github.com/sbgraves237/KFAS/actions> and clicked on the green button? Best El mié, 5 jul 2023 a las 23:45, Spencer Graves (< spencer.gra...@effectivedefense.org>) escribió: > Hello: > > > Can someone help me

[R-pkg-devel] GitHub Action not triggered by a commit to a fork

2023-07-05 Thread Spencer Graves
Hello: Can someone help me understand why a commit to "https://github.com/sbgraves237/KFAS; does not trigger the GitHub Actions specified in ".github/workflows/check-standard.yaml"? Thanks, Spencer Graves p.s. This is a branch of helske/KFAS:master. That may have

Re: [R-pkg-devel] Help with a github/Rstudio mess

2023-07-05 Thread Georgi Boshnakov
If I understand correctly, the errors come from github actions run on github. I think that you should update them first, since github switched to new versions in the meantime. Georgi Boshnakov Sent from Outlook for Android From:

Re: [R-pkg-devel] Help with a github/Rstudio mess

2023-07-05 Thread Chris Evans
First, apologies for being off topic.  I guess I can see that this was pretty pure git/github/Rstudio with hindsight.  I am very leary of stackoverflow, probably wrongly, but I find such a mix of misinformation and showboating there.  By contrast this list is a haven for me to learn. However,

Re: [R-pkg-devel] Help with a github/Rstudio mess

2023-07-05 Thread Ivan Krylov
On Wed, 5 Jul 2023 09:44:26 +0100 Chris Evans wrote: > OK.  So I try to pull thinking that made sense and that the change to > pkgdown.yaml on github that I made yesterday is the offending change. You are right about this. > However, when I pull (in Rstudio again) I get this: > > >>>

Re: [R-pkg-devel] Help with a github/Rstudio mess

2023-07-05 Thread Duncan Murdoch
I think this isn't the right place to ask for this sort of help. Maybe stackoverflow instead? What I'd do in this case is to rename the local dir holding the repository, then clone a new copy from Github. Assuming that works, compare all the files to make sure that you have all recent

[R-pkg-devel] Help with a github/Rstudio mess

2023-07-05 Thread Chris Evans
I hope this is a legitimate question here.  I have a package of very simple functions: https://github.com/cpsyctc/CECPfuns.  For the forseeable future it's really only to stop me constantly having to rewrite functions I use and it is only also used by probably two or three colleagues who also