Carlos Cámara
Carlos Cámara
I see. Thanks for that. There's so much I didn't know about pre-commit!
This PR simply creates a field for wikidata and displays it on the author's profile. Nothing else. Currently, any string can be added to the field. I would want to...
thanks for dealing wiht this, @mouse-reeve . Apologies because life got busy for me and I left that unfinished. Glad you did it!
I believe this has been fixed after #2834. Can this issue be closed?
Git [sparse checkout](http://schacon.github.io/git/git-read-tree.html#_sparse_checkout) can provide a solution to clone only a folder or file from another repository (see #10 ): - http://www.harecoded.com/sparse-checkout-git-1329553 - http://stackoverflow.com/questions/2336580/sparse-checkout-in-git-1-7-0
This link may be useful: http://stackoverflow.com/questions/1125476/git-retrieve-a-single-file-from-a-repository http://techblog.md-systems.ch/tutorial_howto/partial-checkout-git-checkout-p https://github.com/apenwarr/git-subtree/blob/master/git-subtree.txt https://help.github.com/articles/working-with-subtree-merge http://stackoverflow.com/questions/4159643/clone-part-of-git-repo-in-another-repo
There's a script that may be used for that purpose: http://stackoverflow.com/a/9510944/1913457 ``` bash #!/bin/bash # # git-subdir.sh # git clone --no-hardlinks $1 $2 cd $2 git filter-branch --subdirectory-filter $2 --prune-empty...
I am also having the same issue
Just FYI: I came across with that same problem and I ~shamelessly copied~ created this github action: https://github.com/WarwickRUG/wrug_website/blob/main/.github/workflows/distill-deploy.yml that installs dependencies using `renv()`, renders the distill site and then deploys...
I am also having the same issue with ztable 0.2.2 R version 4.0.3 (2020-10-10) Platform: x86_64-pc-linux-gnu (64-bit) Running under: Ubuntu 20.04.1 LTS