Skip to content

Tarik Billa

  • Web Development
    • html
    • vue.js
    • laravel
    • css
    • javascript
    • jquery
    • node.js
    • php
    • asp.net
  • Programming
    • python
    • java
    • c
    • c++
    • c#
  • git
  • android

rcpp

Replace negative values by zero

December 29, 2023 by Tarik
Categories r Tags conditional-statements, for-loop, if-statement, r, rcpp Leave a comment

Why is this naive matrix multiplication faster than base R’s?

December 15, 2023 by Tarik
Categories r Tags matrix-multiplication, performance, r, rcpp Leave a comment

What are productive ways to debug Rcpp compiled code loaded in R (on OS X Mavericks)?

September 24, 2023 by Tarik
Categories r Tags debugging, osx-mavericks, r, rcpp, rstudio Leave a comment

How do I create a list of vectors in Rcpp?

September 18, 2023 by Tarik
Categories r Tags r, rcpp Leave a comment

RcppArmadillo pass user-defined function

August 10, 2023 by Tarik
Categories r Tags armadillo, r, rcpp Leave a comment

Using 3rd party header files with Rcpp

June 9, 2023 by Tarik
Categories c++ Tags c++, r, rcpp Leave a comment

ld: warning: text-based stub file are out of sync. Falling back to library file for linking

April 17, 2023 by Tarik
Categories r Tags linker-warning, macos, r, rcpp, xcode Leave a comment

Practical limits of R data frame

April 1, 2023 by Tarik
Categories r Tags dataframe, performance, r, rcpp Leave a comment

Rcpp package doesn’t include Rcpp_precious_remove

February 28, 2023 by Tarik

I had the same problem with the packages: raster, tmap and sf. Reinstalling the package Rcpp solved the problem: install.packages(‘Rcpp’) library(Rcpp)

Categories r Tags r, rcpp Leave a comment

Understanding the contents of the Makevars file in R (macros, variables, ~/.R/Makevars and pkg/src/Makevars)

February 12, 2023 by Tarik

The Makevars file, as specified in Writing R Extensions: 1.2.1 Using Makevars, is a variant of Make that is unique to R. Many of the variables you have listed are called implicit variables. The meaning is given as: Implicit rules tell make how to use customary techniques so that you do not have to specify … Read more

Categories r Tags r, rcpp Leave a comment
Older posts
Page1 Page2 Next →

Tarik Billa

Software Engineer
tarikbilla@gmail.com
+8801884414000
  • Reuse a hash in YAMLApril 17, 2024
  • Dockerfile: how to redirect the output of a RUN command to a variable?April 16, 2024
  • How to cd to a directory with spaces in the directory name?April 16, 2024
  • Maximum MIME type length when storing the type in a databaseApril 16, 2024
  • What is the difference between Unit, Integration, Regression and Acceptance Testing?April 16, 2024
© 2026 Tarik Billa