mirror of
https://github.com/dwinkler1/fran.git
synced 2026-02-19 22:50:59 -05:00
Removed nvimcom
It seems to work best when installed directly from nvim with R.nvim loaded. The package asks to install it when it is not present. I set a local `.Rlibs` folder to install into via the `R_LIBS_USER` environment variable. This needs to be deleted when R is updated or leads to a segfault when using nix due to wrong permissions.
This commit is contained in:
parent
1be041433c
commit
a5b3147342
2 changed files with 0 additions and 10 deletions
|
|
@ -90,8 +90,6 @@
|
||||||
src = fetchfromGitHubJSONFile ./versions/musicMetadata.json;
|
src = fetchfromGitHubJSONFile ./versions/musicMetadata.json;
|
||||||
};
|
};
|
||||||
|
|
||||||
## N
|
|
||||||
|
|
||||||
## S
|
## S
|
||||||
summclust = prev.rPackages.buildRPackage {
|
summclust = prev.rPackages.buildRPackage {
|
||||||
name = "summclust";
|
name = "summclust";
|
||||||
|
|
@ -154,11 +152,6 @@
|
||||||
franUpdate
|
franUpdate
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
newPkg = pkgs.mkShell {
|
|
||||||
packages = with self.packages."${system}"; [
|
|
||||||
franUpdate
|
|
||||||
];
|
|
||||||
};
|
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
};
|
};
|
||||||
|
|
|
||||||
|
|
@ -38,9 +38,6 @@ cat("\n============================================================ musicMetadat
|
||||||
library(musicMetadata)
|
library(musicMetadata)
|
||||||
print(classify_labels('Interscope'))
|
print(classify_labels('Interscope'))
|
||||||
|
|
||||||
cat("\n============================================================ nvimcom ============================================================\n")
|
|
||||||
library(nvimcom)
|
|
||||||
|
|
||||||
cat("\n============================================================ summclust ============================================================\n")
|
cat("\n============================================================ summclust ============================================================\n")
|
||||||
library(summclust)
|
library(summclust)
|
||||||
summclust(lm_fit, cluster = ~group_id1, params = "treatment")
|
summclust(lm_fit, cluster = ~group_id1, params = "treatment")
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue