Closed adrienelena closed 4 years ago
I couldn't fetch the master.zip file using curl (no wget command on my Mac), or with Google Chrome, but I have been able to download it with Safari. My apologies.
I'm not sure whether the sed command worked properly though. Here is what it returns
sed: 1: "stringi-master/.Rbuildi ...": unterminated substitute in regular expression
Thank for your help
From this Stack Overflow discussion it appears that the sed version that ships with Mac OS expects an extension after the -i flag (it can be an empty string for no backup). It solved my sed problem.
I'll close the issue once the package is flawlessly installed on the CentOS machine.
Or, as an alternative, you can edit the .Rbuildignore
file manually - the sole purpose of this sed...
command is to remove the following lines from this file:
^src/icu55/data
^src/icu61/data
Or, as an alternative, you can edit the
.Rbuildignore
file manually - the sole purpose of thissed...
command is to remove the following lines from this file:^src/icu55/data ^src/icu61/data
Thank you. I figured it out. I didn't need to edit the file manually once I added the "" after the -i flag.
The stringi package installation actually worked on the machine with no internet access.
Hi,
I want to install stringi on a CentOS (7.8.2003) machine with no internet access. I've seen the recommended procedure
The problem is that I can't download the master.zip file. (edit: I solved that, see below) I'm working on a Mac (with internet access) with R 4.0.0 and I want to build the package for a CentOS machine with R 3.6.0. Would this pose a problem? I'm sorry if this is a stupid question, I'm new to this kind of issues.
Thank you. Adrien