Compare commits
No commits in common. "6f9b513ba098a784ccb96ef3abe7081aa4bfba52" and "080dc1d1fea35183094a8808aee4cfd1f1758136" have entirely different histories.
6f9b513ba0
...
080dc1d1fe
|
@ -1,4 +0,0 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
|
||||||
<project version="4">
|
|
||||||
<component name="SmkProjectSettings" sdk="Python 3.10 (snakemake)" enabled="true" />
|
|
||||||
</project>
|
|
|
@ -2,6 +2,5 @@
|
||||||
<project version="4">
|
<project version="4">
|
||||||
<component name="VcsDirectoryMappings">
|
<component name="VcsDirectoryMappings">
|
||||||
<mapping directory="$PROJECT_DIR$" vcs="Git" />
|
<mapping directory="$PROJECT_DIR$" vcs="Git" />
|
||||||
<mapping directory="$PROJECT_DIR$/rapids" vcs="Git" />
|
|
||||||
</component>
|
</component>
|
||||||
</project>
|
</project>
|
13
README.md
13
README.md
|
@ -112,15 +112,6 @@ System has not been booted with systemd as init system (PID 1). Can't operate.
|
||||||
Failed to create bus connection: Host is down
|
Failed to create bus connection: Host is down
|
||||||
```
|
```
|
||||||
|
|
||||||
and later
|
|
||||||
|
|
||||||
```bash
|
|
||||||
Warning message:
|
|
||||||
In system("timedatectl", intern = TRUE) :
|
|
||||||
running command 'timedatectl' had status 1
|
|
||||||
Execution halted
|
|
||||||
```
|
|
||||||
|
|
||||||
This can be amended by setting the environment variable manually before attempting to install `tidyverse`:
|
This can be amended by setting the environment variable manually before attempting to install `tidyverse`:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
@ -139,7 +130,3 @@ Upon running rapids, an error might occur:
|
||||||
This is due to Windows style end of line characters.
|
This is due to Windows style end of line characters.
|
||||||
To amend this, I added a `.gitattributes` files to force `git` to checkout `rapids` using Unix EOL characters.
|
To amend this, I added a `.gitattributes` files to force `git` to checkout `rapids` using Unix EOL characters.
|
||||||
If this still fails, `dos2unix` can be used to change them.
|
If this still fails, `dos2unix` can be used to change them.
|
||||||
|
|
||||||
### System has not been booted with systemd as init system (PID 1)
|
|
||||||
|
|
||||||
See [the installation issue above](#Timezone-environment-variable-for-tidyverse-(relevant-for-WSL2)).
|
|
2
rapids
2
rapids
|
@ -1 +1 @@
|
||||||
Subproject commit b99a3c19edfc556765a64da642ce828033dacfcb
|
Subproject commit ed193d2290a79b7ce5e40d3645819683a4d99dc9
|
Loading…
Reference in New Issue