Software Notes of a Statistician
Preface
I Operating System
1
Linux utilities
1.1
Directories listing and size
1.1.1
du: file space usage
1.2
Download data
1.2.1
wget: network downloader
1.2.2
curl: transfer data
1.3
compress uncompress
1.4
Create a bootable installer
1.5
Adding executable permission to a file
1.6
List installed packages and search pattern
1.7
Remove and install packages a package
1.8
Convert .bib to .yaml
1.9
Tinytex for R
1.10
Check for badclocks
1.11
Sambe
1.12
Symbolic link
1.13
cores info
1.14
splits pdf
1.15
Ag or grep
1.16
Network settings
II Programing Languages
2
R Language
2.1
Is there a way to obtain source code of non-exported function
2.2
Packages
2.2.1
sf
2.2.2
Markdown
2.2.3
Bookdown
2.3
Submit a package
2.4
Math labels
2.5
Sf and ggplot
2.6
Rmd and knitr
2.7
Regular expresion
2.8
Install blogdown
2.9
Crate github repositories
2.10
Setting up main rapository
2.11
How to contribute to a git repository with submodules
2.12
R packages
2.13
R profiling
2.14
Bash Execution
2.15
Connect to a server
2.16
Batch file
2.17
R file
2.18
R file
2.19
Submission
2.20
Install packages
2.21
Start your project
2.22
Serve your web
3
Julia Language
3.1
Get started
3.2
Basic concepts
3.3
Common values
3.4
Variables
3.4.1
Defining variables
3.4.2
Define more than one variable
3.4.3
Allowed variable names
3.5
Numeric representations
3.5.1
Integers
3.5.2
Floating-point numbers
3.5.3
Literal zero and one
3.5.4
Complex and rational-number (non-primitives):
3.5.5
Rational Numbers
3.5.6
Arrays
3.6
Numeric operations
3.6.1
Arithmethic operators
3.6.2
Bitwise operators
3.6.3
Updating operators
3.6.4
Numeric literal coefficients
3.6.5
Vectorized dot operator (element-wise)
3.6.6
Numeric comparisons
3.7
Characters and strings
3.7.1
Regular expressions
3.7.2
Concatenation
3.8
Functions
3.8.1
Basic syntax
3.8.2
Return
3.8.3
Varargs functions
3.8.4
Operators are functions
3.8.5
Optional arguments
3.8.6
Function composition and piping
4
Neovim Text Editor
4.1
Vim wraping lines
4.2
Profiling
4.3
File Explorer (Netrw)
4.4
Plugin fzf.vim
5
Other Software
5.1
Cloud storage
5.1.1
rclone: sync your files with cloud storage
5.2
Email client
5.2.1
Neomutt
5.3
Reference managment
5.3.1
Mendeley
5.3.2
Zotero
5.4
Search patterns in files
5.4.1
Search for pattern (grep)
5.4.2
The Silver Searcher (ag)
6
Julia Language
6.1
Get started
Published with bookdown
Software notes of a statistician
Chapter 5
Other Software