-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
url points to the new staging server rconsortium.netlify.app there are several notable findings for the old workflow with the netlify app. As we are not using the netlify app, suggest we delete those sections
- Loading branch information
1 parent
63094b2
commit 7e60f5b
Showing
2 changed files
with
53 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
# Install Site Dependencies on Arch Linux | ||
|
||
## R Studio | ||
|
||
<https://aur.archlinux.org/packages/rstudio-desktop> | ||
|
||
Information on Arch Linux AUR is here: | ||
|
||
<https://wiki.archlinux.org/title/Arch_User_Repository> | ||
|
||
```text | ||
cd src/ | ||
git clone https://aur.archlinux.org/rstudio-desktop.git | ||
Cloning into 'rstudio-desktop'... | ||
cd rstudio-desktop/ | ||
makepkg -s | ||
Total Download Size: 181.01 MiB | ||
Total Installed Size: 783.31 MiB | ||
:: Proceed with installation? [Y/n] | ||
``` | ||
|
||
NOTE: The above `-s` flag will install dependencies. | ||
|
||
It also seems to be installing Java, which may cause conflicts | ||
with Android development (or React Native, Flutter). | ||
|
||
```text | ||
Packages (12) java-environment-common-3-5 java-runtime-common-3-5 | ||
jre8-openjdk-8.422.u05-1 jre8-openjdk-headless-8.422.u05-1 | ||
libngtcp2-1.7.0-1 nodejs-22.7.0-1 ant-1.10.14-2 | ||
boost-1.83.0-9 jdk8-openjdk-8.422.u05-1 patchelf-0.18.0-3 | ||
wget-1.24.5-3 yarn-1.22.22-2 | ||
``` |